#bild {
	float: left;
	width: 50%;
	margin-right: 25%;
	margin-left: 25%;
	margin-top: 25px;
	margin-bottom: 50px;
	height: 230px;
	background-image: url(../../bilder/bilder/telefon.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

#formular {
	width: 60%;
	margin-top: 50px;
	margin-right: 20%;
	margin-bottom: 50px;
	margin-left: 20%;
	float: none;
	display: flex;
	justify-content: center;
	align-items: center;
}
#footer {
	width: 80%;
	margin-right: 10%;
	margin-left: 10%;
	float: left;
	

}
